Uses of Interface
net.n2oapp.framework.api.metadata.reader.NamespaceReader
-
Packages that use NamespaceReader Package Description net.n2oapp.framework.api.metadata.aware net.n2oapp.framework.api.metadata.io net.n2oapp.framework.api.metadata.reader net.n2oapp.framework.api.pack -
-
Uses of NamespaceReader in net.n2oapp.framework.api.metadata.aware
Classes in net.n2oapp.framework.api.metadata.aware with type parameters of type NamespaceReader Modifier and Type Interface Description interfaceReaderFactoryAware<T extends NamespaceUriAware,R extends NamespaceReader<? extends T>>Знание о фабрике ридеров -
Uses of NamespaceReader in net.n2oapp.framework.api.metadata.io
Classes in net.n2oapp.framework.api.metadata.io with type parameters of type NamespaceReader Modifier and Type Interface Description interfaceNamespaceIOFactory<T extends NamespaceUriAware,R extends NamespaceReader<? extends T>,P extends NamespacePersister<? super T>>Фабрика чтения / записи элементов основанная на неймспейсахClasses in net.n2oapp.framework.api.metadata.io that implement NamespaceReader Modifier and Type Class Description classProxyNamespaceIO<T extends NamespaceUriAware>Проксирующий считыватель элементов по неймспейсуMethods in net.n2oapp.framework.api.metadata.io with type parameters of type NamespaceReader Modifier and Type Method Description <T extends NamespaceUriAware,R extends NamespaceReader<? extends T>,P extends NamespacePersister<? super T>>
voidIOProcessor. anyChild(org.jdom2.Element element, java.lang.String sequences, java.util.function.Supplier<T> getter, java.util.function.Consumer<T> setter, NamespaceIOFactory<T,R,P> factory, org.jdom2.Namespace defaultNamespace)Считывание\запись произвольного дочернего элемента по неймспейсу<T extends NamespaceUriAware,R extends NamespaceReader<? extends T>,P extends NamespacePersister<? super T>>
voidIOProcessor. anyChildren(org.jdom2.Element element, java.lang.String sequences, java.util.function.Supplier<T[]> getter, java.util.function.Consumer<T[]> setter, NamespaceIOFactory<T,R,P> factory, org.jdom2.Namespace... defaultNamespace)Считывание\запись списка любых дочерних элементов по неймспейсу<T extends NamespaceUriAware,R extends NamespaceReader<? extends T>,P extends NamespacePersister<? super T>>
NamespaceIOFactory<T,R,P>IOProcessor. anyOf()Фабрика считывателей элементов по неймспейсу<T extends NamespaceUriAware,R extends NamespaceReader<? extends T>,P extends NamespacePersister<? super T>>
NamespaceIOFactory<T,R,P>IOProcessor. anyOf(java.lang.Class<T> baseElementClass)Фабрика считывателей элементов по неймспейсу определенного базового класса -
Uses of NamespaceReader in net.n2oapp.framework.api.metadata.reader
Classes in net.n2oapp.framework.api.metadata.reader with type parameters of type NamespaceReader Modifier and Type Interface Description interfaceNamespaceReaderFactory<T extends NamespaceUriAware,R extends NamespaceReader<? extends T>>Фабрика ридеров порожденных по неймспейсуClasses in net.n2oapp.framework.api.metadata.reader that implement NamespaceReader Modifier and Type Class Description classAbstractFactoredReader<T extends NamespaceUriAware>Абстрактная реализация чтения метаданныхMethods in net.n2oapp.framework.api.metadata.reader with parameters of type NamespaceReader Modifier and Type Method Description voidNamespaceReaderFactory. add(NamespaceReader<T> reader) -
Uses of NamespaceReader in net.n2oapp.framework.api.pack
Methods in net.n2oapp.framework.api.pack with parameters of type NamespaceReader Modifier and Type Method Description BReadersBuilder. readers(NamespaceReader<? extends NamespaceUriAware>... readers)
-