Uses of Enum Class
com.xxl.tool.serializer.SerializerEnum
Packages that use SerializerEnum
-
Uses of SerializerEnum in com.xxl.tool.serializer
Methods in com.xxl.tool.serializer that return SerializerEnumModifier and TypeMethodDescriptionstatic SerializerEnumSerializerEnum.match(String name, SerializerEnum defaultSerializer) match serializerstatic SerializerEnumReturns the enum constant of this class with the specified name.static SerializerEnum[]SerializerEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.xxl.tool.serializer with parameters of type SerializerEnumModifier and TypeMethodDescriptionstatic SerializerEnumSerializerEnum.match(String name, SerializerEnum defaultSerializer) match serializer