Class MethodPropertyModule


  • @Deprecated
    public class MethodPropertyModule
    extends PackagedPropertyModule<java.lang.reflect.Method>
    Deprecated.
    Factorises common functionality for method properties.
    Author:
    Clément Fournier
    • Field Detail

      • CLASS_METHOD_DELIMITER

        public static final char CLASS_METHOD_DELIMITER
        Deprecated.
        See Also:
        Constant Field Values
      • METHOD_ARG_DELIMITER

        public static final char METHOD_ARG_DELIMITER
        Deprecated.
        See Also:
        Constant Field Values
      • METHOD_GROUP_DELIMITERS

        public static final char[] METHOD_GROUP_DELIMITERS
        Deprecated.
      • ARRAY_FLAG

        public static final java.lang.String ARRAY_FLAG
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MethodPropertyModule

        public MethodPropertyModule​(java.lang.String[] legalPackageNames,
                                    java.util.List<java.lang.reflect.Method> defaults)
        Deprecated.
    • Method Detail

      • packageNameOf

        protected java.lang.String packageNameOf​(java.lang.reflect.Method method)
        Deprecated.
        Description copied from class: PackagedPropertyModule
        Returns the package name of the item.
        Specified by:
        packageNameOf in class PackagedPropertyModule<java.lang.reflect.Method>
        Parameters:
        method - Item (not null)
        Returns:
        Package name of the item
      • itemTypeName

        protected java.lang.String itemTypeName()
        Deprecated.
        Description copied from class: PackagedPropertyModule
        Returns the name of the type of item.
        Specified by:
        itemTypeName in class PackagedPropertyModule<java.lang.reflect.Method>
        Returns:
        The name of the type of item
      • asString

        public static java.lang.String asString​(java.lang.reflect.Method method)
        Deprecated.