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.jdom2.Namespace namespace, TypedElementIO<T> tio)Добавить типизированный ридер / персистер<T> voidIOProcessor. child(org.jdom2.Element element, java.lang.String sequences, java.lang.String childName, java.util.function.Supplier<? extends T> getter, java.util.function.Consumer<? super T> setter, TypedElementIO<T> io)Считывание\запись дочернего элемента<T> voidIOProcessor. children(org.jdom2.Element element, java.lang.String sequences, java.lang.String childrenName, java.util.function.Supplier<T[]> getter, java.util.function.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)
-