Class MethodValueResolver

    • Field Detail

      • INSTANCE

        public static final ValueResolver INSTANCE
        The default instance.
    • Constructor Detail

      • MethodValueResolver

        public MethodValueResolver()
    • Method Detail

      • matches

        public boolean matches​(java.lang.reflect.Method method,
                               java.lang.String name)
        Description copied from class: MemberValueResolver
        True, if the member matches the one we look for.
        Specified by:
        matches in class MemberValueResolver<java.lang.reflect.Method>
        Parameters:
        method - The class Member.
        name - The attribute's name.
        Returns:
        True, if the member matches the one we look for.