Class ConfService

java.lang.Object
io.jans.configapi.core.service.ConfService

@ApplicationScoped public class ConfService extends Object
  • Constructor Details

    • ConfService

      public ConfService()
  • Method Details

    • findConf

      public io.jans.as.model.config.Conf findConf()
    • find

      public io.jans.as.model.configuration.AppConfiguration find()
    • getEntryPropertyAnnotations

      public <T> List<io.jans.orm.reflect.property.PropertyAnnotation> getEntryPropertyAnnotations(Class<T> entryClass)
    • getPropertiesAnnotations

      public Map<String,List<Annotation>> getPropertiesAnnotations(Class<?> theClass, Class<?>... allowedAnnotations)