public class RdfClassMeta extends ClassMetaExtended
@Rdf
annotation on the
class.Constructor and Description |
---|
RdfClassMeta(ClassMeta<?> cm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Rdf |
getAnnotation()
Returns the
@Rdf annotation defined on the class. |
protected RdfCollectionFormat |
getCollectionFormat()
Returns the
@Rdf.collectionFormat() annotation defined on the class. |
protected Namespace |
getNamespace()
Returns the RDF namespace associated with this class.
|
getClassMeta, getInnerClass
public RdfClassMeta(ClassMeta<?> cm)
cm
- The class that this annotation is defined on.protected Rdf getAnnotation()
@Rdf
annotation defined on the class.protected RdfCollectionFormat getCollectionFormat()
@Rdf.collectionFormat()
annotation defined on the class.protected Namespace getNamespace()
Namespace is determined in the following order of @Rdf.prefix()
annotation:
Copyright © 2018 Apache. All rights reserved.