public interface JaxbContextBuilderDetails extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getClasses()
Get classes.
|
String |
getContextPath()
Gets context path (package names separated by colon).
|
default Set<String> |
getNameSpacesWithLocation()
Gets the set of name spaces where the schema location is present.
|
String |
getSchemaLocation()
Gets schema location.
|
default Set<String> |
getSchemaLocations()
Gets the set of schema locations, normally as URL.
|
boolean |
isBuildWithContextPath()
Is build with context path.
|
boolean isBuildWithContextPath()
Class<?>[] getClasses()
String getContextPath()
String getSchemaLocation()
default Set<String> getNameSpacesWithLocation()
Copyright © 2020 bremersee.org. All rights reserved.