Package | Description |
---|---|
org.xmlbeam |
This package contains the
XBProjector which is the starting point of using XMLBeam. |
org.xmlbeam.externalizer |
Package containing the
Externalizer interface. |
Modifier and Type | Method and Description |
---|---|
<T extends Externalizer> |
XBProjector.ConfigBuilder.getExternalizerAs(Class<? extends T> clazz) |
Modifier and Type | Method and Description |
---|---|
Externalizer |
XBProjector.ConfigBuilder.getExternalizer()
Getter for current
Externalizer . |
Modifier and Type | Method and Description |
---|---|
XBProjector.ConfigBuilder |
XBProjector.ConfigBuilder.setExternalizer(Externalizer e10r)
Every String literal used in a annotation may be externalized (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalizerAdapter
This default implementation for the
Externalizer interface is just a shortcut
if you only want to implement one of the interfaces methods. |
class |
PropertyFileExternalizer
A full working example for an Externalizer implementation.
|
Copyright © 2012-12-21-2022. All Rights Reserved.