|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.proxy.PropertyMethodNameUtilities
public final class PropertyMethodNameUtilities
Helper.
Method Summary | ||
---|---|---|
static Method |
fetchPropertyMethod(Method m) Helper that determines the property method that belongs to the method given. |
|
static
|
isMethodAnnotatedWithAnnotation(Class<T> annotation, Method m) Determine whether or not the given method is annotated with a special annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Method fetchPropertyMethod(Method m)
m
- the method whose property method shall be determined.
public static <T extends Annotation> boolean isMethodAnnotatedWithAnnotation(Class<T> annotation, Method m)
T
- to limit the parameter to Annotations.
annotation
- the annotation that shall be detected.
m
- the method whose annotation shall be checked.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |