| Package | Description |
|---|---|
| org.echocat.locela.api.java.annotations | |
| org.echocat.locela.api.java.properties |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Annotation.Factory<T extends Annotation> |
| Modifier and Type | Class and Description |
|---|---|
class |
CommentAnnotation |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
AnnotationContainerSupport.annotations(java.lang.Class<? extends T> ofType) |
<T extends Annotation> |
AnnotationContainer.annotations(java.lang.Class<? extends T> ofType) |
<T extends Annotation> |
StandardAnnotationFactoryProvider.provideBy(java.lang.Class<T> type) |
<T extends Annotation> |
Annotation.Factory.Provider.provideBy(java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
AnnotationParser.parse(java.lang.String plain) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Annotation> |
AnnotationContainerSupport.annotations() |
java.lang.Iterable<Annotation> |
AnnotationContainer.annotations() |
protected static java.lang.Iterable<Annotation.Factory<? extends Annotation>> |
StandardAnnotationFactoryProvider.findDefaultFactories() |
java.util.Iterator<Annotation.Factory<? extends Annotation>> |
StandardAnnotationFactoryProvider.iterator() |
java.lang.Iterable<Annotation> |
AnnotationsParser.parse(java.lang.String plain) |
Annotation.Factory<? extends Annotation> |
StandardAnnotationFactoryProvider.provideBy(java.lang.String id) |
Annotation.Factory<? extends Annotation> |
Annotation.Factory.Provider.provideBy(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationContainerSupport.addAnnotation(Annotation annotation) |
void |
AnnotationContainer.addAnnotation(Annotation annotation) |
protected void |
AnnotationContainerSupport.addAnnotations(Annotation... annotations) |
java.lang.String |
AnnotationsFormatter.format(Annotation... annotations) |
java.lang.String |
AnnotationFormatter.format(Annotation annotation) |
protected void |
AnnotationFormatter.formatArgument(Annotation annotation,
java.lang.Object argument,
java.lang.StringBuilder to) |
void |
AnnotationContainerSupport.removeAnnotation(Annotation annotation) |
void |
AnnotationContainer.removeAnnotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AnnotationContainerSupport.addAnnotations(java.lang.Iterable<? extends Annotation> annotations) |
java.lang.String |
AnnotationsFormatter.format(java.lang.Iterable<Annotation> annotations) |
void |
AnnotationContainerSupport.removeAnnotations(java.lang.Class<? extends Annotation> ofType) |
void |
AnnotationContainer.removeAnnotations(java.lang.Class<? extends Annotation> ofType) |
| Constructor and Description |
|---|
StandardAnnotationFactoryProvider(java.lang.Iterable<Annotation.Factory<? extends Annotation>> providers) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Iterable<Annotation> |
StandardPropertiesReader.toAnnotations(java.lang.String comment) |
| Modifier and Type | Method and Description |
|---|---|
StandardProperty<V> |
StandardProperty.withAnnotations(Annotation... annotations) |
StandardProperties<V> |
StandardProperties.withAnnotations(Annotation... annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected Property<java.lang.String> |
StandardPropertyParser.createPropertyBy(java.lang.Iterable<Annotation> annotations,
java.lang.String id,
java.lang.String content) |
Property<java.lang.String> |
StandardPropertyParser.parse(java.lang.String plain,
java.lang.Iterable<Annotation> annotations) |
Property<java.lang.String> |
PropertyParser.parse(java.lang.String plain,
java.lang.Iterable<Annotation> annotations) |
StandardProperty<V> |
StandardProperty.withAnnotations(java.lang.Iterable<? extends Annotation> annotations) |
StandardProperties<V> |
StandardProperties.withAnnotations(java.lang.Iterable<? extends Annotation> annotations) |
Copyright © 2015 echocat. All Rights Reserved.