Uses of Package
org.jeasy.props.api
-
Packages that use org.jeasy.props.api Package Description org.jeasy.props This package contains the core implementation of properties injection.org.jeasy.props.api This package contains public APIs.org.jeasy.props.processors This package contains built-in annotation processors. -
Classes in org.jeasy.props.api used by org.jeasy.props Class Description AnnotationProcessor Annotation processor interface.PropertiesInjector Interface for java properties injector.TypeConverter Interface for type conversion. -
Classes in org.jeasy.props.api used by org.jeasy.props.api Class Description AnnotationProcessingException Exception thrown when an error occurs during the processing of an annotation.PropertyInjectionException Exception thrown when an error occurs during the injection of a property in a given field.TypeConversionException Exception to signal a type conversion error. -
Classes in org.jeasy.props.api used by org.jeasy.props.processors Class Description AnnotationProcessingException Exception thrown when an error occurs during the processing of an annotation.AnnotationProcessor Annotation processor interface.