public static final class DefaultPathParameterCodecs.SimpleFactory<T> extends java.lang.Object implements PathParameterCodec.Factory<T>
Constructor and Description |
---|
SimpleFactory(java.lang.Class<T> parameterType,
PathParameterCodec<T> codec) |
Modifier and Type | Method and Description |
---|---|
PathParameterCodec<T> |
create(java.lang.Class<?> parameterType) |
public SimpleFactory(java.lang.Class<T> parameterType, PathParameterCodec<T> codec)
public PathParameterCodec<T> create(java.lang.Class<?> parameterType)
create
in interface PathParameterCodec.Factory<T>
Copyright © 2021. All Rights Reserved.