Package | Description |
---|---|
net.bluemind.core.rest.base.codec |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultPathParameterCodecs.BooleanQueryParameterCodec |
static class |
DefaultPathParameterCodecs.EnumQueryParameterCodec<T extends java.lang.Enum<T>> |
static class |
DefaultPathParameterCodecs.IntegerQueryParameterCodec |
static class |
DefaultPathParameterCodecs.LongQueryParameterCodec |
static class |
DefaultPathParameterCodecs.StringPathParameterCodec |
Modifier and Type | Method and Description |
---|---|
PathParameterCodec<T> |
DefaultPathParameterCodecs.SimpleFactory.create(java.lang.Class<?> parameterType) |
PathParameterCodec<T> |
DefaultPathParameterCodecs.EnumFactory.create(java.lang.Class<?> parameterType) |
PathParameterCodec<T> |
PathParameterCodec.Factory.create(java.lang.Class<?> parameterType) |
static <T> PathParameterCodec<T> |
DefaultPathParameterCodecs.factory(java.lang.Class<T> parameterType) |
Constructor and Description |
---|
SimpleFactory(java.lang.Class<T> parameterType,
PathParameterCodec<T> codec) |
Copyright © 2021. All Rights Reserved.