Constructor and Description |
---|
ClassLoaderFunction(ResourceLoader resourceLoader) |
public ClassLoaderFunction(ResourceLoader resourceLoader)
public Class<?> apply(String from)
Function
input
. This method is generally
expected, but not absolutely required, to have the following properties:
Objects.equal
(a, b)
implies that Objects.equal(function.apply(a),
function.apply(b))
.
Copyright © 2013 Seam Framework. All Rights Reserved.