Class EntityParamValueParamProvider.EntityValueSupplier

  • All Implemented Interfaces:
    java.util.function.Function<ContainerRequest,​java.lang.Object>
    Enclosing class:
    EntityParamValueParamProvider

    private static class EntityParamValueParamProvider.EntityValueSupplier
    extends java.lang.Object
    implements java.util.function.Function<ContainerRequest,​java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(ContainerRequest containerRequest)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • parameter

        private final Parameter parameter
    • Constructor Detail

      • EntityValueSupplier

        public EntityValueSupplier​(Parameter parameter)
    • Method Detail

      • apply

        public java.lang.Object apply​(ContainerRequest containerRequest)
        Specified by:
        apply in interface java.util.function.Function<ContainerRequest,​java.lang.Object>