public class TypeMapperRepositoryDef extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeMapperRepositoryDef.CacheItem |
static class |
TypeMapperRepositoryDef.Key |
| Constructor and Description |
|---|
TypeMapperRepositoryDef(TypeMapperRepositoryDef parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
NOptional<NReflectMappingStrategy> |
getMappingStrategy(Class from,
Type to) |
void |
invalidateCache() |
void |
register(Class<?> from,
Type to,
NReflectMappingStrategy mapper) |
void |
tryRegister(Class<?> from,
Type to,
NReflectMappingStrategy mapper) |
public TypeMapperRepositoryDef(TypeMapperRepositoryDef parent)
public NOptional<NReflectMappingStrategy> getMappingStrategy(Class from, Type to)
public void dispose()
public void invalidateCache()
public void tryRegister(Class<?> from, Type to, NReflectMappingStrategy mapper)
public void register(Class<?> from, Type to, NReflectMappingStrategy mapper)
Copyright © 2026 vpc open source initiative. All rights reserved.