Uses of Class
de.focus_shift.jollyday.jackson.mapping.Configuration
-
Packages that use Configuration Package Description de.focus_shift.jollyday.jackson de.focus_shift.jollyday.jackson.mapping -
-
Uses of Configuration in de.focus_shift.jollyday.jackson
Methods in de.focus_shift.jollyday.jackson that return Configuration Modifier and Type Method Description ConfigurationXMLUtil. unmarshallConfiguration(InputStream stream)Unmarshalls the configuration from the stream.Constructors in de.focus_shift.jollyday.jackson with parameters of type Configuration Constructor Description JacksonConfiguration(Configuration xmlConfiguration) -
Uses of Configuration in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping with type parameters of type Configuration Modifier and Type Field Description protected List<Configuration>Configuration. subConfigurationsMethods in de.focus_shift.jollyday.jackson.mapping that return types with arguments of type Configuration Modifier and Type Method Description List<Configuration>Configuration. getSubConfigurations()Gets the value of the subConfigurations property.
-