public class DefaultPathParameterCodecs
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultPathParameterCodecs.BooleanQueryParameterCodec |
static class |
DefaultPathParameterCodecs.EnumFactory<T extends java.lang.Enum<T>> |
static class |
DefaultPathParameterCodecs.EnumQueryParameterCodec<T extends java.lang.Enum<T>> |
static class |
DefaultPathParameterCodecs.IntegerQueryParameterCodec |
static class |
DefaultPathParameterCodecs.LongQueryParameterCodec |
static class |
DefaultPathParameterCodecs.SimpleFactory<T> |
static class |
DefaultPathParameterCodecs.StringPathParameterCodec |
Constructor and Description |
---|
DefaultPathParameterCodecs() |
Modifier and Type | Method and Description |
---|---|
static <T> PathParameterCodec<T> |
factory(java.lang.Class<T> parameterType) |
public static <T> PathParameterCodec<T> factory(java.lang.Class<T> parameterType)
Copyright © 2021. All Rights Reserved.