Uses of Class
org.n52.iceland.i18n.metadata.AbstractI18NMetadata
-
Packages that use AbstractI18NMetadata Package Description org.n52.iceland.i18n org.n52.iceland.i18n.json org.n52.iceland.i18n.metadata -
-
Uses of AbstractI18NMetadata in org.n52.iceland.i18n
Classes in org.n52.iceland.i18n with type parameters of type AbstractI18NMetadata Modifier and Type Interface Description interfaceI18NDAO<T extends AbstractI18NMetadata>Interface for the I18N DAOsMethods in org.n52.iceland.i18n with type parameters of type AbstractI18NMetadata Modifier and Type Method Description <T extends AbstractI18NMetadata>
I18NDAO<T>I18NDAORepository. getDAO(Class<T> c)Get the available DAOConstructor parameters in org.n52.iceland.i18n with type arguments of type AbstractI18NMetadata Constructor Description I18NDAOKey(Class<? extends AbstractI18NMetadata> type) -
Uses of AbstractI18NMetadata in org.n52.iceland.i18n.json
Methods in org.n52.iceland.i18n.json that return AbstractI18NMetadata Modifier and Type Method Description AbstractI18NMetadataI18NJsonEncoder. decodeI18NMetadata(com.fasterxml.jackson.databind.JsonNode s)Methods in org.n52.iceland.i18n.json with parameters of type AbstractI18NMetadata Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeI18NJsonEncoder. encode(AbstractI18NMetadata i18n)Method parameters in org.n52.iceland.i18n.json with type arguments of type AbstractI18NMetadata Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeI18NJsonEncoder. encode(Iterable<? extends AbstractI18NMetadata> i18ns) -
Uses of AbstractI18NMetadata in org.n52.iceland.i18n.metadata
Subclasses of AbstractI18NMetadata in org.n52.iceland.i18n.metadata Modifier and Type Class Description classI18NFeatureMetadataclassI18NObservablePropertyMetadataclassI18NOfferingMetadataI18N object class for offeringclassI18NProcedureMetadata
-