Package ratpack.func

Interface TypeCoercingMap<K>

  • Type Parameters:
    K - The type of the keys
    All Superinterfaces:
    Map<K,​String>
    All Known Subinterfaces:
    PathTokens

    public interface TypeCoercingMap<K>
    extends Map<K,​String>
    A string valued map that can do simple type conversions from the string values to primitive types.