public interface CachingClassCopierFactory extends ClassCopierFactory
Modifier and Type | Method and Description |
---|---|
void |
put(Class<?> cls,
ClassCopier copier)
Put copier into the cache for Class cls.
|
getClassCopier
void put(Class<?> cls, ClassCopier copier)
Copyright © 2017 Oracle. All rights reserved.