Package com.buschmais.cdo.store.json.impl.metadata

Examples of com.buschmais.cdo.store.json.impl.metadata.JsonNodeMetadata


public class JsonMetadataFactory implements DatastoreMetadataFactory<JsonNodeMetadata, String> {

    @Override
    public JsonNodeMetadata createEntityMetadata(AnnotatedType annotatedType, Map<Class<?>, TypeMetadata<JsonNodeMetadata>> metadataByType) {
        return new JsonNodeMetadata(annotatedType.getAnnotatedElement().getName());
    }
View Full Code Here

TOP

Related Classes of com.buschmais.cdo.store.json.impl.metadata.JsonNodeMetadata

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.