Class MemberValueResolver<M extends Member>

    • Constructor Detail

      • MemberValueResolver

        public MemberValueResolver()
    • Method Detail

      • matches

        public abstract boolean matches​(M member,
                                        String name)
        True, if the member matches the one we look for.
        Parameters:
        member - The class Member.
        name - The attribute's name.
        Returns:
        True, if the member matches the one we look for.
      • propertySet

        public Set<Map.Entry<String,​Object>> propertySet​(Object context)
        Description copied from interface: ValueResolver
        List all the properties and their values for the given object.
        Specified by:
        propertySet in interface ValueResolver
        Parameters:
        context - The context object. Not null.
        Returns:
        All the properties and their values for the given object.