AttributeAccepter<T> typedef

AttributeAccepter<T> = void Function(JsonPath path, T input)

Implementation

typedef AttributeAccepter<T> = void Function(JsonPath path, T input);