Uses of Enum Class
net.thevpc.tson.TsonElementType
Packages that use TsonElementType
-
Uses of TsonElementType in net.thevpc.tson
Subclasses with type arguments of type TsonElementType in net.thevpc.tsonMethods in net.thevpc.tson that return TsonElementTypeModifier and TypeMethodDescriptionTsonElementBase.type()TsonElementBuilder.type()static TsonElementTypeReturns the enum constant of this class with the specified name.static TsonElementType[]TsonElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.tson with parameters of type TsonElementTypeModifier and TypeMethodDescriptionstatic TsonElementTson.ofString(TsonElementType stringType, String value) TsonElementsFactory.ofString(TsonElementType stringType, String value) TsonSerializerBuilder.setDeserializer(TsonElementType type, Class<T> to, TsonElementToObject<T> elemToObj) TsonSerializerBuilder.setDeserializer(TsonElementType type, String name, Class<T> to, TsonElementToObject<T> elemToObj)