Class ResourceMetadata


  • public class ResourceMetadata
    extends Object
    • Constructor Detail

      • ResourceMetadata

        public ResourceMetadata​(String resourceClass,
                                String resourceInterface,
                                String entityType,
                                String idType,
                                Map<String,​org.jboss.jandex.Type> fields)
      • ResourceMetadata

        public ResourceMetadata​(String resourceClass,
                                String resourceName,
                                String resourceInterface,
                                String entityType,
                                String idType,
                                Map<String,​org.jboss.jandex.Type> fields)
    • Method Detail

      • getResourceClass

        public String getResourceClass()
      • getResourceName

        public String getResourceName()
      • getResourceInterface

        public String getResourceInterface()
      • getEntityType

        public String getEntityType()
      • getIdType

        public String getIdType()
      • getFields

        public Map<String,​org.jboss.jandex.Type> getFields()