com.lexicalscope.fluentreflection
Interface FluentMethod

All Superinterfaces:
FluentAnnotated, FluentMember

public interface FluentMethod
extends FluentMember

Reflection information about a method.

Author:
tim

Method Summary
 Method member()
          The underlying member (class, field, constructor)
 String property()
          The name of the method with any prefix of "get", "set" or "is" removed and the first subsequent character changed to lower case
 
Methods inherited from interface com.lexicalscope.fluentreflection.FluentMember
argCount, args, as, call, callRaw, declarer, isFinal, isStatic, name, type, visibility
 
Methods inherited from interface com.lexicalscope.fluentreflection.FluentAnnotated
annotatedWith, annotatedWith, annotation, annotation
 

Method Detail

property

String property()
The name of the method with any prefix of "get", "set" or "is" removed and the first subsequent character changed to lower case

Specified by:
property in interface FluentMember
Returns:
The name of the method with any prefix of "get", "set" or "is" removed and the first subsequent character changed to lower case

member

Method member()
Description copied from interface: FluentMember
The underlying member (class, field, constructor)

Specified by:
member in interface FluentMember
Returns:
the underlying member


Copyright © 2011-2012 lexicalscope. All Rights Reserved.