Package | Description |
---|---|
org.jboss.errai.reflections | |
org.jboss.errai.reflections.serializers | |
org.jboss.errai.reflections.util |
Modifier and Type | Method and Description |
---|---|
Serializer |
Configuration.getSerializer()
the default serializer to use when saving Reflection
|
Modifier and Type | Method and Description |
---|---|
Reflections |
Reflections.collect(String packagePrefix,
com.google.common.base.Predicate<String> resourceNameFilter,
Serializer serializer)
collect saved Reflections resources from all urls that contains the given packagePrefix and matches the given resourceNameFilter
and de-serializes them using the serializer configured in the configuration
it is preferred to use a designated resource prefix (for example META-INF/reflections but not just META-INF),
so that relevant urls could be found much faster
|
File |
Reflections.save(String filename,
Serializer serializer)
serialize to a given directory and filename using given serializer
|
Modifier and Type | Class and Description |
---|---|
class |
JavaCodeSerializer
serialization of Reflections to java code
|
class |
XmlSerializer
serialization of Reflections to xml
|
Modifier and Type | Method and Description |
---|---|
Serializer |
ConfigurationBuilder.getSerializer() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.setSerializer(Serializer serializer)
sets the serializer used when issuing
Reflections.save(java.lang.String) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.