Uses of Class
de.focus_shift.jollyday.jaxb.mapping.Configuration
-
Packages that use Configuration Package Description de.focus_shift.jollyday.jaxb de.focus_shift.jollyday.jaxb.mapping -
-
Uses of Configuration in de.focus_shift.jollyday.jaxb
Methods in de.focus_shift.jollyday.jaxb that return Configuration Modifier and Type Method Description ConfigurationXMLUtil. unmarshallConfiguration(InputStream stream)Unmarshalls the configuration from the stream.Constructors in de.focus_shift.jollyday.jaxb with parameters of type Configuration Constructor Description JaxbConfiguration(Configuration xmlConfiguration) -
Uses of Configuration in de.focus_shift.jollyday.jaxb.mapping
Fields in de.focus_shift.jollyday.jaxb.mapping with type parameters of type Configuration Modifier and Type Field Description protected List<Configuration>Configuration. subConfigurationsMethods in de.focus_shift.jollyday.jaxb.mapping that return Configuration Modifier and Type Method Description ConfigurationObjectFactory. createConfiguration()Create an instance ofConfigurationMethods in de.focus_shift.jollyday.jaxb.mapping that return types with arguments of type Configuration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Configuration>ObjectFactory. createConfiguration(Configuration value)List<Configuration>Configuration. getSubConfigurations()Gets the value of the subConfigurations property.Methods in de.focus_shift.jollyday.jaxb.mapping with parameters of type Configuration Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Configuration>ObjectFactory. createConfiguration(Configuration value)
-