Class MethodAccessor

  • All Implemented Interfaces:
    PropertyAccessor<Object>

    @MorphiaInternal
    public class MethodAccessor
    extends Object
    implements PropertyAccessor<Object>
    Developer note.
    This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
    • Constructor Detail

      • MethodAccessor

        @MorphiaInternal
        public MethodAccessor​(Method getter,
                              Method setter)
        Parameters:
        getter -
        setter -
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.