Class CompositePicoContainer.CompositeConverters

    • Constructor Detail

      • CompositeConverters

        public CompositeConverters()
    • Method Detail

      • canConvert

        public boolean canConvert​(Type type)
        Description copied from interface: Converters
        Returns true if a converters is available to convert to the given object type
        Specified by:
        canConvert in interface Converters
        Parameters:
        type - the object Type to convert to
        Returns:
        true if the type can be converted to
      • convert

        public Object convert​(String paramValue,
                              Type type)
        Description copied from interface: Converters
        Converts a particular string value into the target type
        Specified by:
        convert in interface Converters
        Parameters:
        paramValue - the String value to convert
        type - the object Type to convert to
        Returns:
        The converted Object instance