Uses of Class
consulting.pigott.wordpress.model.Format
-
Packages that use Format Package Description consulting.pigott.wordpress.model -
-
Uses of Format in consulting.pigott.wordpress.model
Methods in consulting.pigott.wordpress.model that return Format Modifier and Type Method Description FormatFormatDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)static FormatFormat. fromString(java.lang.String displayVal)static FormatFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-