Package org.bremersee.xml
Class JaxbContextDetails.JaxbContextDetailsImpl
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<JaxbContextData>
org.bremersee.xml.JaxbContextDetails.JaxbContextDetailsImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<JaxbContextData>
,Collection<JaxbContextData>
,Set<JaxbContextData>
,JaxbContextDetails
- Enclosing interface:
- JaxbContextDetails
public static class JaxbContextDetails.JaxbContextDetailsImpl
extends LinkedHashSet<JaxbContextData>
implements JaxbContextDetails
The jaxb context details implementation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bremersee.xml.JaxbContextDetails
JaxbContextDetails.JaxbContextDetailsImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]
getClasses
(ClassLoader... classLoaders) Get classes.Gets schema location.Methods inherited from class java.util.LinkedHashSet
spliterator
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface org.bremersee.xml.JaxbContextDetails
getNameSpaces, getNameSpacesWithSchemaLocations, getSchemaLocations, isEmpty
-
Constructor Details
-
JaxbContextDetailsImpl
public JaxbContextDetailsImpl()
-
-
Method Details
-
getSchemaLocation
Description copied from interface:JaxbContextDetails
Gets schema location.- Specified by:
getSchemaLocation
in interfaceJaxbContextDetails
- Returns:
- the schema location
-
getClasses
Description copied from interface:JaxbContextDetails
Get classes.- Specified by:
getClasses
in interfaceJaxbContextDetails
- Parameters:
classLoaders
- the class loaders- Returns:
- the classes
-