| 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(Class<? extends T> ofType) |
<T extends Annotation> |
AnnotationContainer.annotations(Class<? extends T> ofType) |
<T extends Annotation> |
Annotation.Factory.Provider.provideBy(Class<T> type) |
<T extends Annotation> |
StandardAnnotationFactoryProvider.provideBy(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
AnnotationParser.parse(String plain) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
AnnotationContainerSupport.annotations() |
Iterable<Annotation> |
AnnotationContainer.annotations() |
protected static Iterable<Annotation.Factory<? extends Annotation>> |
StandardAnnotationFactoryProvider.findDefaultFactories() |
Iterator<Annotation.Factory<? extends Annotation>> |
StandardAnnotationFactoryProvider.iterator() |
Iterable<Annotation> |
AnnotationsParser.parse(String plain) |
Annotation.Factory<? extends Annotation> |
Annotation.Factory.Provider.provideBy(String id) |
Annotation.Factory<? extends Annotation> |
StandardAnnotationFactoryProvider.provideBy(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationContainerSupport.addAnnotation(Annotation annotation) |
void |
AnnotationContainer.addAnnotation(Annotation annotation) |
protected void |
AnnotationContainerSupport.addAnnotations(Annotation... annotations) |
String |
AnnotationsFormatter.format(Annotation... annotations) |
String |
AnnotationFormatter.format(Annotation annotation) |
protected void |
AnnotationFormatter.formatArgument(Annotation annotation,
Object argument,
StringBuilder to) |
void |
AnnotationContainerSupport.removeAnnotation(Annotation annotation) |
void |
AnnotationContainer.removeAnnotation(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AnnotationContainerSupport.addAnnotations(Iterable<? extends Annotation> annotations) |
String |
AnnotationsFormatter.format(Iterable<Annotation> annotations) |
void |
AnnotationContainerSupport.removeAnnotations(Class<? extends Annotation> ofType) |
void |
AnnotationContainer.removeAnnotations(Class<? extends Annotation> ofType) |
| Constructor and Description |
|---|
StandardAnnotationFactoryProvider(Iterable<Annotation.Factory<? extends Annotation>> providers) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Annotation> |
StandardPropertiesReader.toAnnotations(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<String> |
StandardPropertyParser.createPropertyBy(Iterable<Annotation> annotations,
String id,
String content) |
Property<String> |
StandardPropertyParser.parse(String plain,
Iterable<Annotation> annotations) |
Property<String> |
PropertyParser.parse(String plain,
Iterable<Annotation> annotations) |
StandardProperty<V> |
StandardProperty.withAnnotations(Iterable<? extends Annotation> annotations) |
StandardProperties<V> |
StandardProperties.withAnnotations(Iterable<? extends Annotation> annotations) |
Copyright © 2024 echocat. All rights reserved.