Uses of Class
restx.factory.ParamDef
Packages that use ParamDef
-
Uses of ParamDef in restx.factory
Methods in restx.factory that return ParamDefModifier and TypeMethodDescriptionstatic <T> ParamDef<T>static <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) static <T> ParamDef<T>ParamDef.of(TypeReference<T> type, String name, com.google.common.collect.ImmutableMap<String, ParamDef.SpecialParamHandling> pathSpecialParamsHandlig) Constructors in restx.factory with parameters of type ParamDef