Uses of Class
org.eclipse.yasson.internal.serializer.NullDeserializer
-
Packages that use NullDeserializer Package Description org.eclipse.yasson.internal.serializer -
-
Uses of NullDeserializer in org.eclipse.yasson.internal.serializer
Methods in org.eclipse.yasson.internal.serializer that return NullDeserializer Modifier and Type Method Description static NullDeserializer
NullDeserializer. valueOf(String name)
Returns the enum constant of this type with the specified name.static NullDeserializer[]
NullDeserializer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-