Package io.jans.configapi.core.service
Class ConfService
- java.lang.Object
-
- io.jans.configapi.core.service.ConfService
-
@ApplicationScoped public class ConfService extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.configuration.AppConfiguration
find()
io.jans.as.model.config.Conf
findConf()
<T> List<io.jans.orm.reflect.property.PropertyAnnotation>
getEntryPropertyAnnotations(Class<T> entryClass)
Map<String,List<Annotation>>
getPropertiesAnnotations(Class<?> theClass, Class<?>... allowedAnnotations)
-