Uses of Enum Class
org.aoju.bus.core.text.escape.NumericUnescaper.OPTION
Packages that use NumericUnescaper.OPTION
-
Uses of NumericUnescaper.OPTION in org.aoju.bus.core.text.escape
Methods in org.aoju.bus.core.text.escape that return NumericUnescaper.OPTIONModifier and TypeMethodDescriptionstatic NumericUnescaper.OPTIONReturns the enum constant of this class with the specified name.static NumericUnescaper.OPTION[]NumericUnescaper.OPTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.core.text.escape with parameters of type NumericUnescaper.OPTIONModifier and TypeMethodDescriptionbooleanNumericUnescaper.isSet(NumericUnescaper.OPTION option) Whether the passed in option is currently set.Constructors in org.aoju.bus.core.text.escape with parameters of type NumericUnescaper.OPTIONModifierConstructorDescriptionNumericUnescaper(NumericUnescaper.OPTION... options) Create a UnicodeUnescaper.