Uses of Interface
restx.factory.ParamDef.SpecialParamHandling
Packages that use ParamDef.SpecialParamHandling
-
Uses of ParamDef.SpecialParamHandling in restx.factory
Fields in restx.factory declared as ParamDef.SpecialParamHandlingModifier and TypeFieldDescriptionstatic final ParamDef.SpecialParamHandlingParamDef.SpecialParamHandling.ARRAYSstatic final ParamDef.SpecialParamHandlingParamDef.SpecialParamHandling.UNSUPPORTEDMethod parameters in restx.factory with type arguments of type ParamDef.SpecialParamHandlingModifier and TypeMethodDescriptionstatic <T> ParamDef<T>ParamDef.of(Class<T> rawType, String name, com.google.common.collect.ImmutableMap<String, ParamDef.SpecialParamHandling> pathSpecialParamsHandlig) static <T> ParamDef<T>ParamDef.of(TypeReference<T> type, String name, com.google.common.collect.ImmutableMap<String, ParamDef.SpecialParamHandling> pathSpecialParamsHandlig) Constructor parameters in restx.factory with type arguments of type ParamDef.SpecialParamHandlingModifierConstructorDescriptionParamValuesHandlings(com.google.common.collect.ImmutableMap<String, ParamDef.SpecialParamHandling> pathSpecialParamsHandlig)