Class ObjectMethodArguments

  • All Implemented Interfaces:
    NamedArgumentFinder

    @Deprecated
    public class ObjectMethodArguments
    extends ObjectPropertyNamedArgumentFinder
    Deprecated.
    this functionality will remain supported, but this class should not be API
    Binds public methods with no parameters on a specified object.
    • Field Detail

      • NULLARY_METHOD_CACHE

        private static final ConfigCache<java.lang.Class<?>,​java.util.Map<java.lang.String,​java.util.function.Function<java.lang.Object,​TypedValue>>> NULLARY_METHOD_CACHE
        Deprecated.
    • Constructor Detail

      • ObjectMethodArguments

        public ObjectMethodArguments​(java.lang.String prefix,
                                     java.lang.Object object)
        Deprecated.
        Parameters:
        prefix - an optional prefix (we insert a '.' as a separator)
        object - the object to bind functions on