- All Known Implementing Classes:
CompositeObjectAdapter,CompositeObjectBuilder
@IndexSubclasses
public interface ObjectBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidbuildChildObject(T object, QName name, Attributes attributes, XMLReader reader) createObject(QName name, Object parent) default voidinitializeObject(T object, QName name, Attributes attributes, XMLReader reader)
-
Method Details
-
createObject
- Throws:
ObjectBuildException
-
initializeObject
default void initializeObject(T object, QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException - Throws:
ObjectBuildExceptionXMLReadException
-
buildChildObject
default void buildChildObject(T object, QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException - Throws:
ObjectBuildExceptionXMLReadException
-