Index

A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

alias(String) - Method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder
 
alias(String) - Method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder.ConfiguredCdiBeansListBinder
 
ApplicationInitializerCdiExtension - Class in io.extact.rms.platform.extension
 
ApplicationInitializerCdiExtension() - Constructor for class io.extact.rms.platform.extension.ApplicationInitializerCdiExtension
 
Authenticated - Annotation Interface in io.extact.rms.platform.jwt.consumer
認証が必要なことを表すアノテーション。 このアノテーションが付与されているリソースはメソッド実行前に認証チェックが行われる。

B

basicLog(int, String, String) - Method in class io.extact.rms.platform.debug.ext.SessionLogBridge
 
BEARER_MARK - Static variable in class io.extact.rms.platform.jwt.JwtConfig
 
bind() - Method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder.ConfiguredCdiBeanBindFinisher
 
bind() - Method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder.ConfiguredCdiBeansListBindFinisher
 

C

canNewInstanceFrom(Object) - Method in interface io.extact.rms.platform.jwt.provider.JsonWebTokenGenerator.UserClaimsFactory
 
checkLivenss() - Method in class io.extact.rms.platform.health.MemoryHealthCheck
 
checkReadiness() - Method in class io.extact.rms.platform.health.MemoryHealthCheck
 
CONFIG_PREFIX - Static variable in class io.extact.rms.platform.jwt.JwtConfig
 
CONFIG_RESOURCE_PATH - Static variable in class io.extact.rms.platform.config.ResourcePathUnderConfigProvider
 
ConfiguableScoped - Annotation Interface in io.extact.rms.platform.extension
設定によりCDI化されることを表すアノテーション。 設定ファイルによりCDI登録するクラスは@ApplicationScopedなどのCDIであることを 明示的に示すアノテーションが付けないため、一見してCDIBeanかが分かりずらい。
設定によりCDI化されるクラスにはこのアノテーションを付けることでCDIBeanであることを分かり易く する。
なお、コードを分かりやすくすることのみが目的のアノテーションのため、実行時の動作にはなんら 影響せず、このアノテーションが付いていなくても設定ファイルに登録されているクラスは問題なく CDI化が行われる。
configure(ResourceInfo, FeatureContext) - Method in class io.extact.rms.platform.role.RoleSecurityDynamicFeature
 
configure(FeatureContext) - Method in class io.extact.rms.platform.jaxrs.converter.RmsTypeParameterFeature
 
configure(FeatureContext) - Method in class io.extact.rms.platform.jwt.JwtSecurityFilterFeature
 
ConfiguredCdiBean - Class in io.extact.rms.platform.extension
 
ConfiguredCdiBean() - Constructor for class io.extact.rms.platform.extension.ConfiguredCdiBean
 
ConfiguredCdiBeanBinder - Class in io.extact.rms.platform.extension
 
ConfiguredCdiBeanBinder() - Constructor for class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder
 
ConfiguredCdiBeanBinder.ConfiguredCdiBeanBindFinisher - Class in io.extact.rms.platform.extension
 
ConfiguredCdiBeanBinder.ConfiguredCdiBeansListBinder - Class in io.extact.rms.platform.extension
 
ConfiguredCdiBeanBinder.ConfiguredCdiBeansListBindFinisher - Class in io.extact.rms.platform.extension
 
createFromExternalPath(String) - Method in class io.extact.rms.platform.config.helidon.HelidonMpConfigFactory
 
createFromExternalPath(String) - Method in interface io.extact.rms.platform.config.MpConfigFactory
 
createFromUrl(URL) - Method in class io.extact.rms.platform.config.helidon.HelidonMpConfigFactory
 
createFromUrl(URL) - Method in interface io.extact.rms.platform.config.MpConfigFactory
 

D

DebugSleepInterceptor - Class in io.extact.rms.platform.debug
 
DebugSleepInterceptor(Config) - Constructor for class io.extact.rms.platform.debug.DebugSleepInterceptor
 
DebugSleepInterceptor.DebugSleep - Annotation Interface in io.extact.rms.platform.debug
 
DEFAULT_FACTORY_CLASSNAME - Static variable in interface io.extact.rms.platform.config.MpConfigFactory
 
DenyAllRequestFilter - Class in io.extact.rms.platform.role
 
DenyAllRequestFilter() - Constructor for class io.extact.rms.platform.role.DenyAllRequestFilter
 
deserialize(JsonParser, DeserializationContext, Type) - Method in class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers.LocaDateTimeDeserializer
 

E

EnabledIfRuntimeConfig - Annotation Interface in io.extact.rms.platform.extension
propertyNameから取得した実行時設定とアノテーションに指定された設定(value)が同じ場合に CDIBeanを有効化するアノテーション。 一致しないCDIBeanは無効化する。
enableFilter() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
Environment - Class in io.extact.rms.platform.env
 
Environment() - Constructor for class io.extact.rms.platform.env.Environment
 
ExternalPathConfigProvider - Class in io.extact.rms.platform.config
Read the YAML file of the specified path from the outside.
ExternalPathConfigProvider() - Constructor for class io.extact.rms.platform.config.ExternalPathConfigProvider
 
extractFilePathStringOfUrl(URL) - Static method in class io.extact.rms.platform.util.ResourceUtils
Extract the character string of the Jar file path part from the resource URL in the jar.

F

filter(ContainerRequestContext) - Method in class io.extact.rms.platform.debug.ServerHeaderDumpFilter
 
filter(ContainerRequestContext) - Method in class io.extact.rms.platform.jwt.consumer.JwtValidateRequestFilter
 
filter(ContainerRequestContext) - Method in class io.extact.rms.platform.role.DenyAllRequestFilter
 
filter(ContainerRequestContext) - Method in class io.extact.rms.platform.role.RolesAllowedRequestFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.extact.rms.platform.debug.ServerHeaderDumpFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class io.extact.rms.platform.jwt.provider.JwtProvideResponseFilter
 
findResoucePathUnder(String) - Static method in class io.extact.rms.platform.util.ResourceUtils
Get the class resource under the path specified by the argument by URL.
findResoucePathUnder(String, Predicate<Object>, ClassLoader) - Static method in class io.extact.rms.platform.util.ResourceUtils
Get the class resource under the path specified by the argument by URL.
forExecutables() - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
fromString(String) - Method in class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider.LocalDateConverter
 
fromString(String) - Method in class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider.LocalDateTimeConverter
 

G

generateToken(JsonWebTokenGenerator.UserClaims) - Method in class io.extact.rms.platform.jwt.impl.jose4j.Jose4jJwtGenerator
 
generateToken(JsonWebTokenGenerator.UserClaims) - Method in interface io.extact.rms.platform.jwt.provider.JsonWebTokenGenerator
 
GenerateToken - Annotation Interface in io.extact.rms.platform.jwt.provider
認証トークンの発行を表すアノテーション。 このアノテーションが付与されているメソッド実行後に認証トークンの発行が行われる。
getAllowedClockSeconds() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
getAuthenticationScheme() - Method in class io.extact.rms.platform.jwt.consumer.JwtSecurityContext
 
getBeanClass() - Method in class io.extact.rms.platform.extension.ConfiguredCdiBean
 
getClaim(String) - Method in class io.extact.rms.platform.jwt.impl.jose4j.Jose4jCallerPrincipal
 
getClaimNames() - Method in class io.extact.rms.platform.jwt.impl.jose4j.Jose4jCallerPrincipal
 
getConfigSources(ClassLoader) - Method in class io.extact.rms.platform.config.ExternalPathConfigProvider
 
getConfigSources(ClassLoader) - Method in class io.extact.rms.platform.config.ResourcePathUnderConfigProvider
 
getConstraintsForClass(Class<?>) - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
getContext(Class<?>) - Method in class io.extact.rms.platform.jaxrs.converter.JsonbRmsConfig
 
getConverter(Class<T>, Type, Annotation[]) - Method in class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider
 
getDeserializer() - Method in class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers
 
getExpirationTime() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
getGroups() - Method in class io.extact.rms.platform.jwt.impl.jose4j.Jose4jCallerPrincipal
 
getGroups() - Method in interface io.extact.rms.platform.jwt.provider.JsonWebTokenGenerator.UserClaims
 
getId() - Method in class io.extact.rms.platform.extension.ConfiguredCdiBean
 
getIssuedAt() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
getIssuer() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
getMainJarInfo() - Static method in class io.extact.rms.platform.env.Environment
 
getScoped() - Method in class io.extact.rms.platform.extension.ConfiguredCdiBean
 
getSecretKey(Function<String, Key>) - Method in class io.extact.rms.platform.jwt.JwtConfig
 
getSecretPhrase() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
getSerializer() - Method in class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers
 
getUserId() - Method in interface io.extact.rms.platform.jwt.provider.JsonWebTokenGenerator.UserClaims
 
getUserPrincipal() - Method in class io.extact.rms.platform.jwt.consumer.JwtSecurityContext
 
getUserPrincipalName() - Method in interface io.extact.rms.platform.jwt.provider.JsonWebTokenGenerator.UserClaims
 
groups() - Element in annotation interface io.extact.rms.platform.validate.ValidateGroup
 

H

HelidonMpConfigFactory - Class in io.extact.rms.platform.config.helidon
 
HelidonMpConfigFactory() - Constructor for class io.extact.rms.platform.config.helidon.HelidonMpConfigFactory
 

I

init() - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
InnerValidatorImpl() - Constructor for class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
io.extact.rms.platform.config - package io.extact.rms.platform.config
 
io.extact.rms.platform.config.helidon - package io.extact.rms.platform.config.helidon
 
io.extact.rms.platform.debug - package io.extact.rms.platform.debug
 
io.extact.rms.platform.debug.ext - package io.extact.rms.platform.debug.ext
 
io.extact.rms.platform.env - package io.extact.rms.platform.env
 
io.extact.rms.platform.extension - package io.extact.rms.platform.extension
 
io.extact.rms.platform.health - package io.extact.rms.platform.health
 
io.extact.rms.platform.jaxrs.converter - package io.extact.rms.platform.jaxrs.converter
 
io.extact.rms.platform.jaxrs.mapper - package io.extact.rms.platform.jaxrs.mapper
 
io.extact.rms.platform.jwt - package io.extact.rms.platform.jwt
 
io.extact.rms.platform.jwt.consumer - package io.extact.rms.platform.jwt.consumer
 
io.extact.rms.platform.jwt.impl.jose4j - package io.extact.rms.platform.jwt.impl.jose4j
 
io.extact.rms.platform.jwt.provider - package io.extact.rms.platform.jwt.provider
 
io.extact.rms.platform.role - package io.extact.rms.platform.role
 
io.extact.rms.platform.stopbugs - package io.extact.rms.platform.stopbugs
 
io.extact.rms.platform.util - package io.extact.rms.platform.util
 
io.extact.rms.platform.validate - package io.extact.rms.platform.validate
 
isIssuedAtToNow() - Method in class io.extact.rms.platform.jwt.JwtConfig
 
isSecure() - Method in class io.extact.rms.platform.jwt.consumer.JwtSecurityContext
 
isUserInRole(String) - Method in class io.extact.rms.platform.jwt.consumer.JwtSecurityContext
 

J

Jose4jCallerPrincipal - Class in io.extact.rms.platform.jwt.impl.jose4j
jose4jのClaimsを実体に持ったCellerPrincipal実装。 JsonWebTokenに定義されているプロパティ以外の動作は考慮していない。
Jose4jCallerPrincipal(String, JwtClaims) - Constructor for class io.extact.rms.platform.jwt.impl.jose4j.Jose4jCallerPrincipal
 
Jose4jJwtGenerator - Class in io.extact.rms.platform.jwt.impl.jose4j
 
Jose4jJwtGenerator(Config) - Constructor for class io.extact.rms.platform.jwt.impl.jose4j.Jose4jJwtGenerator
 
Jose4PrivateSecretedTokenValidator - Class in io.extact.rms.platform.jwt.impl.jose4j
秘密鍵で署名されたTokenの検証クラス。
Jose4PrivateSecretedTokenValidator(Config) - Constructor for class io.extact.rms.platform.jwt.impl.jose4j.Jose4PrivateSecretedTokenValidator
 
JsonbRmsConfig - Class in io.extact.rms.platform.jaxrs.converter
 
JsonbRmsConfig() - Constructor for class io.extact.rms.platform.jaxrs.converter.JsonbRmsConfig
 
JsonWebTokenGenerator - Interface in io.extact.rms.platform.jwt.provider
 
JsonWebTokenGenerator.UserClaims - Interface in io.extact.rms.platform.jwt.provider
 
JsonWebTokenGenerator.UserClaimsFactory - Interface in io.extact.rms.platform.jwt.provider
 
JsonWebTokenValidator - Interface in io.extact.rms.platform.jwt.consumer
 
justification() - Element in annotation interface io.extact.rms.platform.stopbugs.SuppressFBWarnings
 
JwtConfig - Class in io.extact.rms.platform.jwt
 
JwtProvideResponseFilter - Class in io.extact.rms.platform.jwt.provider
 
JwtProvideResponseFilter(JsonWebTokenGenerator.UserClaimsFactory, JsonWebTokenGenerator) - Constructor for class io.extact.rms.platform.jwt.provider.JwtProvideResponseFilter
 
JwtSecurityContext - Class in io.extact.rms.platform.jwt.consumer
 
JwtSecurityFilterFeature - Class in io.extact.rms.platform.jwt
 
JwtSecurityFilterFeature() - Constructor for class io.extact.rms.platform.jwt.JwtSecurityFilterFeature
 
JwtValidateException - Exception in io.extact.rms.platform.jwt
 
JwtValidateException(Exception) - Constructor for exception io.extact.rms.platform.jwt.JwtValidateException
 
JwtValidateRequestFilter - Class in io.extact.rms.platform.jwt.consumer
 
JwtValidateRequestFilter(JsonWebTokenValidator, Config) - Constructor for class io.extact.rms.platform.jwt.consumer.JwtValidateRequestFilter
 

K

key(String) - Method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder.ConfiguredCdiBeansListBinder
 
key(String) - Method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder
 

L

LocaDateTimeDeserializer() - Constructor for class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers.LocaDateTimeDeserializer
 
LocalDateConverter() - Constructor for class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider.LocalDateConverter
 
LocalDateTimeConverter() - Constructor for class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider.LocalDateTimeConverter
 
LocalDateTimeSerializer() - Constructor for class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers.LocalDateTimeSerializer
 
LocalDateTimeSerializers - Class in io.extact.rms.platform.jaxrs.converter
 
LocalDateTimeSerializers(DateTimeFormatter) - Constructor for class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers
 
LocalDateTimeSerializers.LocaDateTimeDeserializer - Class in io.extact.rms.platform.jaxrs.converter
 
LocalDateTimeSerializers.LocalDateTimeSerializer - Class in io.extact.rms.platform.jaxrs.converter
 

M

MainJarInfo - Class in io.extact.rms.platform.env
 
MainJarInfo() - Constructor for class io.extact.rms.platform.env.MainJarInfo
 
MemoryEvaluateResource - Class in io.extact.rms.platform.health
 
MemoryEvaluateResource() - Constructor for class io.extact.rms.platform.health.MemoryEvaluateResource
 
MemoryHealthCheck - Class in io.extact.rms.platform.health
 
MemoryHealthCheck(String, String, String, long) - Constructor for class io.extact.rms.platform.health.MemoryHealthCheck
 
MPCONFIG_FACTORY_CLASS_PROP - Static variable in interface io.extact.rms.platform.config.MpConfigFactory
 
MpConfigDump - Class in io.extact.rms.platform.debug
Dump out Config at startup.
MpConfigDump(Config) - Constructor for class io.extact.rms.platform.debug.MpConfigDump
 
MpConfigFactory - Interface in io.extact.rms.platform.config
 

N

newBinder(Config) - Static method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder
 
newInstance() - Static method in interface io.extact.rms.platform.config.MpConfigFactory
Since Config may be used before starting the CDI container, DI cannot be used, so an instance is dynamically created from the class name.
newInstanceFrom(Object) - Method in interface io.extact.rms.platform.jwt.provider.JsonWebTokenGenerator.UserClaimsFactory
 
newListBinder(Config) - Static method in class io.extact.rms.platform.extension.ConfiguredCdiBeanBinder
 

O

obj(InvocationContext) - Method in class io.extact.rms.platform.debug.DebugSleepInterceptor
 
obj(InvocationContext) - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor
 
of(Config) - Static method in class io.extact.rms.platform.jwt.JwtConfig
 

P

PageNotFoundExceptionMapper - Class in io.extact.rms.platform.jaxrs.mapper
Handle NotFoundException that occurs when status code is 404.
PageNotFoundExceptionMapper(Config) - Constructor for class io.extact.rms.platform.jaxrs.mapper.PageNotFoundExceptionMapper
 
ParamRmsConverterProvider - Class in io.extact.rms.platform.jaxrs.converter
 
ParamRmsConverterProvider() - Constructor for class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider
 
ParamRmsConverterProvider.LocalDateConverter - Class in io.extact.rms.platform.jaxrs.converter
 
ParamRmsConverterProvider.LocalDateTimeConverter - Class in io.extact.rms.platform.jaxrs.converter
 
PATH_ENV_NAME - Static variable in class io.extact.rms.platform.config.ExternalPathConfigProvider
 
PATH_PROP_NAME - Static variable in class io.extact.rms.platform.config.ExternalPathConfigProvider
 
propertyName() - Element in annotation interface io.extact.rms.platform.extension.EnabledIfRuntimeConfig
 

R

resetEvaluateMethod(String, long) - Method in class io.extact.rms.platform.health.MemoryEvaluateResource
 
ResourcePathUnderConfigProvider - Class in io.extact.rms.platform.config
Provider class that automatically reads the conf file under `mpconfig` path directly under the classpath.
ResourcePathUnderConfigProvider() - Constructor for class io.extact.rms.platform.config.ResourcePathUnderConfigProvider
 
ResourceUtils - Class in io.extact.rms.platform.util
Class resource utility.
ResourceUtils() - Constructor for class io.extact.rms.platform.util.ResourceUtils
 
RmsTypeParameterFeature - Class in io.extact.rms.platform.jaxrs.converter
 
RmsTypeParameterFeature() - Constructor for class io.extact.rms.platform.jaxrs.converter.RmsTypeParameterFeature
 
RolesAllowedRequestFilter - Class in io.extact.rms.platform.role
 
RolesAllowedRequestFilter(RolesAllowed) - Constructor for class io.extact.rms.platform.role.RolesAllowedRequestFilter
 
RoleSecurityDynamicFeature - Class in io.extact.rms.platform.role
 
RoleSecurityDynamicFeature() - Constructor for class io.extact.rms.platform.role.RoleSecurityDynamicFeature
 

S

serialize(LocalDateTime, JsonGenerator, SerializationContext) - Method in class io.extact.rms.platform.jaxrs.converter.LocalDateTimeSerializers.LocalDateTimeSerializer
 
ServerHeaderDumpFilter - Class in io.extact.rms.platform.debug
 
ServerHeaderDumpFilter() - Constructor for class io.extact.rms.platform.debug.ServerHeaderDumpFilter
 
SessionLogBridge - Class in io.extact.rms.platform.debug.ext
 
SessionLogBridge() - Constructor for class io.extact.rms.platform.debug.ext.SessionLogBridge
 
shouldPrintDate() - Method in class io.extact.rms.platform.debug.ext.SessionLogBridge
 
startupModuleInfo() - Method in class io.extact.rms.platform.env.MainJarInfo
 
SuppressFBWarnings - Annotation Interface in io.extact.rms.platform.stopbugs
 
SUPPROTED_CONFIG_FILTER - Static variable in class io.extact.rms.platform.config.ResourcePathUnderConfigProvider
 
SUPPROTED_CONFIG_TYPE - Static variable in class io.extact.rms.platform.config.ResourcePathUnderConfigProvider
 

T

toJarFileFromResourceUrl(URL) - Static method in class io.extact.rms.platform.util.ResourceUtils
Make a jar file on the file system based on the resource URL in the jar.
toResponse(NotFoundException) - Method in class io.extact.rms.platform.jaxrs.mapper.PageNotFoundExceptionMapper
Static content registered in the configuration file does not handle anything.
toResponse(Exception) - Method in class io.extact.rms.platform.jaxrs.mapper.UnhandledExceptionMapper
 
toString(LocalDate) - Method in class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider.LocalDateConverter
 
toString(LocalDateTime) - Method in class io.extact.rms.platform.jaxrs.converter.ParamRmsConverterProvider.LocalDateTimeConverter
 

U

UnhandledExceptionMapper - Class in io.extact.rms.platform.jaxrs.mapper
Handle unhandled exceptions.
UnhandledExceptionMapper() - Constructor for class io.extact.rms.platform.jaxrs.mapper.UnhandledExceptionMapper
 
unwrap(Class<T>) - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 

V

validate(String) - Method in interface io.extact.rms.platform.jwt.consumer.JsonWebTokenValidator
 
validate(String) - Method in class io.extact.rms.platform.jwt.impl.jose4j.Jose4PrivateSecretedTokenValidator
 
validate(T, Class<?>...) - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
ValidateGroup - Annotation Interface in io.extact.rms.platform.validate
 
ValidateParam - Annotation Interface in io.extact.rms.platform.validate
 
ValidateParamInterceptor - Class in io.extact.rms.platform.validate
 
ValidateParamInterceptor() - Constructor for class io.extact.rms.platform.validate.ValidateParamInterceptor
 
ValidateParamInterceptor.InnerValidator - Annotation Interface in io.extact.rms.platform.validate
 
ValidateParamInterceptor.InnerValidatorImpl - Class in io.extact.rms.platform.validate
CDIでValidatorをラップしたクラス。 以下の理由からCDI-BeanValidatorインテグレーション機能は使わず独自実装を行い、 CDI-BeanValidatorインテグレーション機能がデフォルトで有効になっている環境でも取得可能なように 限定氏を付けている。 JavaEE の"Method validation"は広範に効きすぎなのでOFFにしたい @InjectでValidatorインスタンスを取得するにはHibernateのValidatorExtensionを有効にする必要が あるがJerseyとのvalidate機能も混在してライブラリと機能実態がカオスになる Validatorインスタンスの@Injectによる取得はclassパス上にhibernate-validator-cdi.jarなどがあるか によりポータビリティに難がある
validateProperty(T, String, Class<?>...) - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
validateValue(Class<T>, String, Object, Class<?>...) - Method in class io.extact.rms.platform.validate.ValidateParamInterceptor.InnerValidatorImpl
 
value() - Element in annotation interface io.extact.rms.platform.extension.EnabledIfRuntimeConfig
 
value() - Element in annotation interface io.extact.rms.platform.stopbugs.SuppressFBWarnings
 
A B C D E F G H I J K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form