Uses of Class
io.inugami.commons.marshaling.DefaultXmlJaxbMarshallerSpiError
-
Packages that use DefaultXmlJaxbMarshallerSpiError Package Description io.inugami.commons.marshaling -
-
Uses of DefaultXmlJaxbMarshallerSpiError in io.inugami.commons.marshaling
Methods in io.inugami.commons.marshaling that return DefaultXmlJaxbMarshallerSpiError Modifier and Type Method Description static DefaultXmlJaxbMarshallerSpiError
DefaultXmlJaxbMarshallerSpiError. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultXmlJaxbMarshallerSpiError[]
DefaultXmlJaxbMarshallerSpiError. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-