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