
org.slieb.soy.converters.soydata.NullSafeConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soy-annotations Show documentation
Show all versions of soy-annotations Show documentation
Soy utilities to easily convert and and render classes with soy
templates.
The newest version!
package org.slieb.soy.converters.soydata;
import com.google.template.soy.data.SoyData;
import com.google.template.soy.data.SoyValue;
import com.google.template.soy.data.restricted.NullData;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.function.Function;
public class NullSafeConverter implements Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy