Class ResourceProperties


  • public class ResourceProperties
    extends Object
    • Constructor Detail

      • ResourceProperties

        public ResourceProperties​(boolean exposed,
                                  String path,
                                  boolean paged,
                                  boolean hal,
                                  String halCollectionName,
                                  Map<String,​MethodProperties> methodProperties)
    • Method Detail

      • isExposed

        public boolean isExposed()
      • isExposed

        public boolean isExposed​(String methodName)
      • getPath

        public String getPath()
      • isPaged

        public boolean isPaged()
      • isHal

        public boolean isHal()
      • getHalCollectionName

        public String getHalCollectionName()