Uses of Class
org.n52.iceland.ogc.AbstractComparableServiceVersionDomainKey
-
Packages that use AbstractComparableServiceVersionDomainKey Package Description org.n52.iceland.config.json org.n52.iceland.ogc org.n52.iceland.ogc.ows.extension -
-
Uses of AbstractComparableServiceVersionDomainKey in org.n52.iceland.config.json
Methods in org.n52.iceland.config.json with type parameters of type AbstractComparableServiceVersionDomainKey Modifier and Type Method Description protected <K extends AbstractComparableServiceVersionDomainKey<K>>
Function<com.fasterxml.jackson.databind.JsonNode,K>AbstractJsonActivationDao. createDomainDecoder(BiFunction<OwsServiceKey,String,K> fun)Methods in org.n52.iceland.config.json with parameters of type AbstractComparableServiceVersionDomainKey Modifier and Type Method Description protected Supplier<com.fasterxml.jackson.databind.node.ObjectNode>AbstractJsonActivationDao. encode(Supplier<com.fasterxml.jackson.databind.node.ObjectNode> supplier, AbstractComparableServiceVersionDomainKey<?> key)protected Predicate<com.fasterxml.jackson.databind.JsonNode>AbstractJsonActivationDao. matches(AbstractComparableServiceVersionDomainKey<?> key) -
Uses of AbstractComparableServiceVersionDomainKey in org.n52.iceland.ogc
Classes in org.n52.iceland.ogc with type parameters of type AbstractComparableServiceVersionDomainKey Modifier and Type Class Description classAbstractComparableServiceVersionDomainKey<T extends AbstractComparableServiceVersionDomainKey<T>>Abstract class for comparable keys with parameters service, version and domain -
Uses of AbstractComparableServiceVersionDomainKey in org.n52.iceland.ogc.ows.extension
Subclasses of AbstractComparableServiceVersionDomainKey in org.n52.iceland.ogc.ows.extension Modifier and Type Class Description classOwsOperationMetadataExtensionProviderKeyKey class to identifyOwsOperationMetadataExtensionProvider.
-