Package thewebsemantic
-
Interface Summary Interface Description AnnotationHelper An interface to make annotation processing within Jenabean agnostic.As Provides standard polymorphic interface forThingvocabulary interfaces.ResolverUtil.Test A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil. -
Class Summary Class Description ArraySaver Base Bean2RDF Converts a simple java bean to RDF, provided it's annotated withNamespace.ClassBuilder CollectionSaver DefaultTypeWrapper EnumTypeWrapper Filler IdFieldTypeWrapper IdMethodTypeWrapper Includer InterfaceBuilder JenaHelper ListSaver LocalizedString NullJPAHelper PrimitiveWrapper RDF2Bean RDF2Bean converts one or more RDF nodes into java beans.ResolverUtil<T> ResolverUtil is used to locate classes that are available in the/a class path and meet arbitrary conditions.ResolverUtil.AnnotatedWith A Test that checks to see if each class is annotated with a specific annotation.ResolverUtil.IsA A Test that checks to see if each class is assignable to the provided class.Resource ResourceSaver Saver Sparql Thing Things TypeWrapper Retrieves annotation information as well as other type related operations on Classes.TypeWrapperFactory UriMethodTypeWrapper Util ValuesContext -
Exception Summary Exception Description NotBoundException NotFoundException -
Annotation Types Summary Annotation Type Description Functional Generated Id Inverse Namespace Namespace provides jenabean with the information it needs to append a namespace to your classname and properties.RdfProperty @RdfProperty is usefull when you need to map a bean property to a particular RDF property.RdfType Symmetric Transient Uri Deprecated. use combination of java.net.URI and#Idannotation instead