Uses of Interface
net.n2oapp.framework.api.metadata.io.TypedElementIO
-
Packages that use TypedElementIO Package Description net.n2oapp.framework.api.metadata.io -
-
Uses of TypedElementIO in net.n2oapp.framework.api.metadata.io
Subinterfaces of TypedElementIO in net.n2oapp.framework.api.metadata.io Modifier and Type Interface Description interfaceNamespaceIO<T extends NamespaceUriAware>Чтение / запись типизированных метаданных основанных на неймспейсеClasses in net.n2oapp.framework.api.metadata.io that implement TypedElementIO Modifier and Type Class Description classAbstractNamespaceIO<T extends NamespaceUriAware>classAbstractTypedElementIO<T>Methods in net.n2oapp.framework.api.metadata.io with parameters of type TypedElementIO Modifier and Type Method Description ElementIOFactory<T,R,P>ElementIOFactory. add(TypedElementIO<? extends T> tio)default NamespaceIOFactory<T,R,P>NamespaceIOFactory. add(org.jdom.Namespace namespace, TypedElementIO<T> tio)Добавить типизированный ридер / персистер<T> voidIOProcessor. child(org.jdom.Element element, String sequences, String childName, Supplier<? extends T> getter, Consumer<? super T> setter, TypedElementIO<T> io)Считывание\запись дочернего элемента<T> voidIOProcessor. children(org.jdom.Element element, String sequences, String childrenName, Supplier<T[]> getter, Consumer<T[]> setter, TypedElementIO<T> io)Считывание\запись списка дочерних элементовConstructors in net.n2oapp.framework.api.metadata.io with parameters of type TypedElementIO Constructor Description ProxyTypedElementIO(TypedElementIO<T> io)ProxyTypedElementIO(TypedElementIO<T> io, IOProcessor processor)
-