Uses of Enum Class
org.summerboot.jexpress.nio.server.ws.rs.EnumConvert.To
Packages that use EnumConvert.To
-
Uses of EnumConvert.To in org.summerboot.jexpress.nio.server.ws.rs
Methods in org.summerboot.jexpress.nio.server.ws.rs that return EnumConvert.ToModifier and TypeMethodDescriptionstatic EnumConvert.ToReturns the enum constant of this class with the specified name.static EnumConvert.To[]EnumConvert.To.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EnumConvert.To in org.summerboot.jexpress.util
Methods in org.summerboot.jexpress.util with parameters of type EnumConvert.ToModifier and TypeMethodDescriptionstatic ObjectReflectionUtil.toJavaType(Class targetClass, Type genericType, String value, boolean autoDecrypt, boolean isEmailRecipients, EnumConvert.To enumConvert, String collectionDelimiter) static ObjectReflectionUtil.toStandardJavaType(String value, Class targetClass, boolean autoDecrypt, boolean isEmailRecipients, EnumConvert.To enumConvert) T: enum, String, boolean/Boolean, byte/Byte, short/Short, int/Integer, long/Long, float/Float, double/Double, BigDecimal, URI, URL, Path, File